window: Use settings from screen rather than default
authorFlorian Müllner <fmuellner@gnome.org>
Fri, 25 Mar 2011 14:46:41 +0000 (15:46 +0100)
committerFlorian Müllner <fmuellner@gnome.org>
Fri, 25 Mar 2011 16:41:19 +0000 (17:41 +0100)
commit16dc1170459a970b82a0bab06e7d63e93bd51868
tree003c905d51afd749a80f957b4f7cf270094300b5
parentb7f772eb93e8615ebf14f5bdde33bc59dd0b11bf
window: Use settings from screen rather than default

gtk_settings_get_default() was used to monitor the
"gtk-application-prefers-dark-theme" setting, rather
than the GtkSettings object associated with the window's
screen.
gtk/gtkwindow.c